hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
MessageToByteEncoder
collie
codec
messagetobyteencoder
Undocumented in source.
abstract
class
MessageToByteEncoder : OutboundHandler!(M, ubyte[])(
M
) {
ubyte
[]
encode
(M msg);
void
callBack
(ubyte[] data, size_t len);
void
write
(Context ctx, win msg, OutboundHandlerCallBack cback);
}
Members
Functions
callBack
void
callBack
(ubyte[] data, size_t len)
Undocumented in source.
encode
ubyte
[]
encode
(M msg)
Undocumented in source.
write
void
write
(Context ctx, win msg, OutboundHandlerCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
collie
codec
messagetobyteencoder
classes
MessageToByteEncoder